cURL
curl --request POST \ --url https://{client_id}.shipstream.app/api/global/v1/shipping/shipments/{id}/shipped \ --header 'Content-Type: application/json' \ --data '{ "primary_tracking_number": "987654321", "primary_tracking_description": "FedEx Ground", "alternate_tracking_number": "123456789", "alternate_tracking_description": "FedEx Alternate", "manifest_courier_code": "FEDEX" }'
This response does not have an example.
Marks a Shipment in the “packed” status as shipped, specified by its id path parameter.
Shipment
id
The id of the referenced Shipment.
x >= 1
The body is of type object.
object
OK - The operation completed successfully and there is no response body.